home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 516 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: nntp.alaska.net!usenet
  2. From: mitcht@alaska.net (Mitch Thompson)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: ppp0IPLocal
  5. Date: 10 Jan 1996 17:25:08 GMT
  6. Organization: Internet Alaska Inc.
  7. Message-ID: <1893.6583T371T142@alaska.net>
  8. References: <4cos37$c3u@tribune.usask.ca>
  9. NNTP-Posting-Host: anc-p5-147.alaska.net
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. Hello, Clark Nikolai,
  13. > I'm trying to get my PPP connection going with PPP_1.30.lha and
  14. > iNTERiNSTALL. 1.51
  15. > It dials and sends the login name and password then it hangs up and says
  16. > PPP failed. I looked in the startinternet script that iinstall made and
  17. > it says:
  18.  
  19. > delete >nil: ENV:ppp0IPLocal
  20. > online devs:networks/ppp.device 0
  21. > IF NOT EXISTS ENV:ppp0IPLocal
  22. >   echo >con:0/0/240/32/STARTINTERNET1.51/CLOSE/NODRAG/WAIT "PPP FAILED!"
  23. >   offline ppp.device 0
  24. >   quit
  25. > ENDIF
  26.  
  27.  
  28. > I'm confused. What is this ppp0IPLocal file? Where does it come from?
  29. > I've looked in all the archives and can't find it. There's no mention of
  30. > it in the PPP docs.
  31.  
  32. I seem to remember having the same problem, back when I initially set up
  33. AmiTCP/PPP.  I created the ENVARC:ppp0IPLocal file, which is nothing more than
  34. the IP address assigned to your computer.  If you have a static IP setup, as I
  35. used to, just create the file in envarc: with your assigned static IP address.
  36.  If you are using dynamic PPP (where the ip address is different each time
  37. you call), then the file ppp0IPLocal isn't even necessary, and you can delete
  38. the lines referring to it from your startnet script.
  39.  
  40. Here's my startppp script (remember, dynamic PPP):
  41.  
  42. amitcp:bin/online devs:networks/ppp.device 0
  43.     Amitcp:Bin/PPPConfigAmiTCP 0
  44.     run < NIL: >NIL: amitcp:amitcp
  45.     sys:rexxc/waitforport AMITCP
  46.     execute t:AmiTCP.tmp
  47.     Assign TCP: Exists >NIL:
  48.     if Warn
  49.         Mount TCP: from AmiTCP:devs/Inet-mountlist
  50.     Endif
  51. ;amitcp:bin/synclock alaska.net SAVE
  52.  
  53. When "Amitcp:Bin/PPPConfigAmiTCP 0" is run, two ppp.device will negotiate with
  54. the ISP to determine what IP address is assigned to your computer for that
  55. session.
  56.  
  57. That should be all you need to get ppp up and running, so long as everything
  58. else in amitcp:db is configured properly ;^0.
  59.  
  60. --
  61. Q: Why did the chicken cross the road?
  62. Ronald Reagan: I forget.
  63.  
  64.